Cuminas DjVu SDK for .NET Framework
Document Constructor(Page[])



Array of pages to form a DjVu document.
Initializes the Document object with an array of pages.
Syntax
Public Function New( _
   ByVal pages() As Page _
)
Dim pages() As Page
 
Dim instance As New Document(pages)
public Document( 
   Page[] pages
)
public:
Document( 
   array<Page^>^ pages
)

Parameters

pages
Array of pages to form a DjVu document.
Example

 

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members
Overload List

Send Feedback